home *** CD-ROM | disk | FTP | other *** search
/ Enter 2002 November / EnterCD 11_2002.iso / Internet / Amaya 6.4 / Windows NT.exe / _SETUP.1 / about_synchronized_views.html < prev    next >
Encoding:
Extensible Markup Language  |  2002-06-11  |  3.0 KB  |  73 lines

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3.     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6.   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  7.   <meta name="GENERATOR" content="amaya 6.0, see http://www.w3.org/Amaya/" />
  8.   <title>About Synchronized Views</title>
  9.   <style type="text/css">
  10.   </style>
  11.   <link href="../style.css" rel="stylesheet" type="text/css" />
  12. </head>
  13.  
  14. <body xml:lang="en" lang="en">
  15.  
  16. <table border="0" summary="toc">
  17.   <tbody>
  18.     <tr>
  19.       <td><img alt="W3C" src="../../images/w3c_home" /> <img alt="Amaya"
  20.         src="../../images/amaya.gif" /></td>
  21.       <td><p><a href="closing_a_view.html" accesskey="p"><img alt="previous"
  22.         src="../../images/left.gif" /></a> <a href="../Views.html"
  23.         accesskey="t"><img alt="top" src="../../images/up.gif" /></a></p>
  24.       </td>
  25.     </tr>
  26.   </tbody>
  27. </table>
  28.  
  29. <div id="page_body">
  30. <h1>About Synchronized Views</h1>
  31.  
  32. <p>All views except the Source view are automatically synchronized. When you
  33. select characters or elements in one view of a document, Amaya automatically
  34. scrolls the other views of the document to show the selected items.</p>
  35.  
  36. <p>You can edit a document in any view. During editing, the changes you make
  37. are displayed only in the active view. When you select a button bar or menu
  38. command or click in another location, Amaya updates the other views to
  39. display your changes.</p>
  40.  
  41. <p>Selection and editing commands act always in the document tree. When you
  42. select two elements in a view, the selection is extended to the minimum
  43. sub-tree that includes these two elements, even if some elements are not
  44. displayed in that view. Commands applied to that selection (delete by
  45. example) acts on the whole selection.</p>
  46.  
  47. <p>The Source view is not automatically synchronized. After making a series
  48. of edits in the Source view, you must choose File > Synchronize
  49. to update the other views of the document. Conversely, when you make changes
  50. in any other view, choose File > Synchronize to update the
  51. Source view.</p>
  52.  
  53. <p>When you synchronize a document, Amaya will re-validate it. If you
  54. introduced markup errors in the source view, Amaya will recover as well as it
  55. can. You should check the document in the Structure or Formatted view after
  56. editing in Source view to ensure that synchronization has done what you
  57. expected.</p>
  58.  
  59. <p>When you save a document from the Source view or from the Formatted view
  60. (locally or remotely), synchronization occurs automatically. All views
  61. reflect the state of the document at the time it is saved.</p>
  62.  
  63. <p>For more information on views, see:</p>
  64. <ul>
  65.   <li><a href="working_with_document_views.html">Working with Document
  66.     Views</a></li>
  67.   <li><a href="opening_a_view.html">Opening a View</a></li>
  68.   <li><a href="closing_a_view.html">Closing a View</a></li>
  69. </ul>
  70. </div>
  71. </body>
  72. </html>
  73.